home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Extension Link Problem
- Sent: 6/7/96 1:44 AM
- Received: 6/7/96 8:51 AM
- From: Bernie Wieser, octavian@agt.net
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- Your extension is known in the shared library by its "ADI_TestExtClassData"
- data structure. You must export it. Your project export for the shared
- library must
- contain this string (and probably this string only.)
-
- i.e.
- myProj.prj.exp contains the line "ADI_TestExtClassData"
-
- Then when you link to it you'll find it.
-
- p.s. you can look at the ODF shared library code for an example.
- if you want a late bind example, I'll send you one.
-